home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / arexx / ww5clndr.lha / Calendar.doc next >
Text File  |  1996-04-20  |  3KB  |  93 lines

  1.  
  2.                                Calendar v1.0
  3.  
  4.                       An AREXX script for Wordworth 5
  5.  
  6.                         Adam Dawes, 19th April 1996
  7.  
  8.  
  9.  
  10. What is Calendar?
  11. ~~~~~~~~~~~~~~~~~
  12.  
  13. Calendar is an AREXX script for use with Digita's excellent wordprocessor,
  14. Wordworth 5. The script will not work with previous versions of Wordworth.
  15.  
  16. Calendar will ask you to enter a month and a year. Once you've done this,
  17. it will start to draw a calendar of that month. When it is finished, it
  18. will group the component objects of the calendar to a single object, so it
  19. can be used as a single object in Wordworth.
  20.  
  21.  
  22.  
  23. Installation
  24. ~~~~~~~~~~~~
  25.  
  26. Copy the file called "Calendar.rexx" to the WwRexx directory inside your
  27. Wordworth directory.
  28.  
  29. Next, load Wordworth 5 and select "ARexx Macros..." from the Tools menu. At
  30. the bottom of the window that opens is a button marked "Add...". Click on
  31. this, and select "Calendar.rexx" from the file requester that opens.
  32. Calendar will now have been added to the list of Macros available.
  33.  
  34.  
  35.  
  36. Using Calendar
  37. ~~~~~~~~~~~~~~
  38.  
  39. Once Calendar is installed, it can be started by selecting its name from
  40. the ARexx Macros window, and clicking on the "Play" button.
  41.  
  42. Calendar will ask you for the month and year you want it to draw. Enter
  43. either the full month name of a 3-letter abbreviation (eg, "Feb" for
  44. February). Clicking on the "This Month" button at the bottom of the window
  45. will automatically enter the current month and year from the system clock.
  46.  
  47. Once "OK" is clicked, Calendar will begin work on the first page of your
  48. current document.
  49.  
  50. Calendar is a little slow to run, my apologies.. This is a combination of
  51. factors. but mainly comes down to (a) ARexx being very slow anyway, and (b)
  52. Wordworth performing quite a lot of unnecessary work (continuously updating
  53. the tool ribbon, for example).
  54.  
  55.  
  56.  
  57. Legal stuff
  58. ~~~~~~~~~~~
  59.  
  60. Calendar is Copyright (C) Adam Dawes, 1996. It may be freely distributed as
  61. long as no charge is made for its duplication, and as long as it is not
  62. involved within any commercial distributions. I hereby grant permission for
  63. Aminet, Fred Fish and Digita International *only* to distribute the script
  64. without my express written permission.
  65.  
  66. You may make modifications to Calendar for your own personal use only. You
  67. may not distribute modified versions. If you wish to see a change made to
  68. Calendar, please mail me and I will see about incorporating it.
  69.  
  70. I accept no responsibility for any damage done to your system, directly or
  71. indirectly, as a result of using Calendar. You use it entirely at your own
  72. risk.
  73.  
  74.  
  75.  
  76. Contacting the Author
  77. ~~~~~~~~~~~~~~~~~~~~~
  78.  
  79. I can be contacted by email or snail mail as follows:
  80.  
  81.   Internet:   Adam@beachyhd.demon.co.uk
  82.               ad32@brighton.ac.uk
  83.  
  84.   FidoNet:    Adam Dawes @ 2:441/93.5
  85.  
  86.   Snail mail: Adam Dawes
  87.               47 Friar Road
  88.               Brighton
  89.               BN1 6NH
  90.  
  91.  
  92. Watch for more Wordworth scripts coming soon!
  93.